-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installer error #99
Comments
This looks like a Windows permissions problem. Are you still having trouble with this? |
(closing due to inactivity) |
Also seeing this error: $ ember install ember-materialize-shim npm ERR! A complete log of this run can be found in: I tried
|
@GeoMC Unfortunately, there's not a lot I can do to help you fix this as it seems to be a system-specific problem, and there seem to be lots of similar problems with Windows &
|
@jacobq Thanks for your hints. If anybody else sees this error, to fix it I did
UPDATE after runnin ember server i encountered this error:
fix:npm i -g npm@5.6.0 |
Hi , when i try to install ember-materialize-shim, i am getting this below error.
Command failed: npm install --save-dev --loglevel error ember-cli-sass@~5.4.0 ember-material-design-icons-shim@~0.1.9
npm WARN deprecated bower@1.8.0: ..psst! While Bower is maintained, we recommend Yarn and Webpack for new front-end projects!
Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's n
o migration path, but please help to create it: bower/bower#2467
npm ERR! path E:\node\q-manager\node_modules.node-sass.DELETE\vendor\win32-x64-48\binding.node
npm ERR! code EPERM
npm ERR! errno -4048
npm ERR! syscall unlink
npm ERR! Error: EPERM: operation not permitted, unlink 'E:\node\q-manager\node_modules.node-sass.DELETE\vendor\win32-x64-48\bi
nding.node'
npm ERR! at Error (native)
npm ERR! { Error: EPERM: operation not permitted, unlink 'E:\node\q-manager\node_modules.node-sass.DELETE\vendor\win32-x64-48
\binding.node'
npm ERR! at Error (native)
npm ERR! cause:
npm ERR! { Error: EPERM: operation not permitted, unlink 'E:\node\q-manager\node_modules.node-sass.DELETE\vendor\win32-x64-
48\binding.node'
npm ERR! at Error (native)
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'unlink',
npm ERR! path: 'E:\node\q-manager\node_modules\.node-sass.DELETE\vendor\win32-x64-48\binding.node' },
npm ERR! stack: 'Error: EPERM: operation not permitted, unlink 'E:\node\q-manager\node_modules\.node-sass.DELETE\vendor
\win32-x64-48\binding.node'\n at Error (native)',
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'unlink',
npm ERR! path: 'E:\node\q-manager\node_modules\.node-sass.DELETE\vendor\win32-x64-48\binding.node',
npm ERR! parent: 'q-manager' }
npm ERR!
npm ERR! Please try running this command again as root/Administrator.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Samuel\AppData\Roaming\npm-cache_logs\2017-08-19T03_55_46_537Z-debug.log
The text was updated successfully, but these errors were encountered: