npm start - errors and failure to load modules for Foundation Emails project
I am starting a new project with Zurb's Foundation for Emails. I have followed instructions, installed Node.js (11.5), Homebrew, and Git. Created a new project with "foundation new" and selected the Email option. I named the project and saved it, cd'd into it, and my next step is to run "npm start", and I get this error:
I am very new to this and I have no idea what these errors mean or how to solve them. Please help!
gulp zurb-foundation npm-start
add a comment |
I am starting a new project with Zurb's Foundation for Emails. I have followed instructions, installed Node.js (11.5), Homebrew, and Git. Created a new project with "foundation new" and selected the Email option. I named the project and saved it, cd'd into it, and my next step is to run "npm start", and I get this error:
I am very new to this and I have no idea what these errors mean or how to solve them. Please help!
gulp zurb-foundation npm-start
add a comment |
I am starting a new project with Zurb's Foundation for Emails. I have followed instructions, installed Node.js (11.5), Homebrew, and Git. Created a new project with "foundation new" and selected the Email option. I named the project and saved it, cd'd into it, and my next step is to run "npm start", and I get this error:
I am very new to this and I have no idea what these errors mean or how to solve them. Please help!
gulp zurb-foundation npm-start
I am starting a new project with Zurb's Foundation for Emails. I have followed instructions, installed Node.js (11.5), Homebrew, and Git. Created a new project with "foundation new" and selected the Email option. I named the project and saved it, cd'd into it, and my next step is to run "npm start", and I get this error:
I am very new to this and I have no idea what these errors mean or how to solve them. Please help!
gulp zurb-foundation npm-start
gulp zurb-foundation npm-start
edited Dec 27 '18 at 22:56
Daniel Ruf
4,20873691
4,20873691
asked Dec 27 '18 at 15:05
AC_DCEDH
225
225
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You have to install gulp and gulp-cli globally.
npm i -g gulp gulp-cli
I got like 3 pages of errors after typing that in. This is the first one: node-pre-gyp WARN Pre-built binaries not installable for fsevents@1.2.4 and node@11.5.0 (node-v67 ABI, unknown) (falling back to source compile with node-gyp) node-pre-gyp WARN Hit error EACCES: permission denied, mkdir '/usr/local/lib/node_modules/gulp/node_modules/fsevents/lib/binding/Release/node-v67-darwin-x64' gyp ERR! clean error gyp ERR! stack Error: EACCES: permission denied, rmdir 'build' gyp ERR! System Darwin 18.2.0
– AC_DCEDH
Dec 28 '18 at 14:38
This means that you havd once installed npm with sudo or something else has changed the owners. sudo should have never be used as this produces such issues. Either uninstall npm and node and reinstall without sudo, change / check the owners (user & group) of the paths or try it withsudo npm i ...
but I do not recommend tbis.
– Daniel Ruf
Dec 28 '18 at 14:59
Also it's better to use Node.js 10 which is one of the LTS branches.
– Daniel Ruf
Dec 28 '18 at 15:00
Thanks, I uninstalled Node and put on 10.15 - I get this now: Alexandrus-MacBook-Pro-2:test123 alexcrisan$ npm i -g gulp gulp-cli npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gulp-cli npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gulp npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gulp/node_modules npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules npm ERR! path /usr/local/lib/node_modules/gulp-cli npm ERR! code EACCES npm ERR! errno -13 npm ERR! syscall access
– AC_DCEDH
Dec 28 '18 at 16:17
Did you uninstall npm and delete these folders before installing Node and npm again? This is still a perission issue with npm like before.
– Daniel Ruf
Dec 28 '18 at 17:20
|
show 7 more comments
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53947076%2fnpm-start-errors-and-failure-to-load-modules-for-foundation-emails-project%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You have to install gulp and gulp-cli globally.
npm i -g gulp gulp-cli
I got like 3 pages of errors after typing that in. This is the first one: node-pre-gyp WARN Pre-built binaries not installable for fsevents@1.2.4 and node@11.5.0 (node-v67 ABI, unknown) (falling back to source compile with node-gyp) node-pre-gyp WARN Hit error EACCES: permission denied, mkdir '/usr/local/lib/node_modules/gulp/node_modules/fsevents/lib/binding/Release/node-v67-darwin-x64' gyp ERR! clean error gyp ERR! stack Error: EACCES: permission denied, rmdir 'build' gyp ERR! System Darwin 18.2.0
– AC_DCEDH
Dec 28 '18 at 14:38
This means that you havd once installed npm with sudo or something else has changed the owners. sudo should have never be used as this produces such issues. Either uninstall npm and node and reinstall without sudo, change / check the owners (user & group) of the paths or try it withsudo npm i ...
but I do not recommend tbis.
– Daniel Ruf
Dec 28 '18 at 14:59
Also it's better to use Node.js 10 which is one of the LTS branches.
– Daniel Ruf
Dec 28 '18 at 15:00
Thanks, I uninstalled Node and put on 10.15 - I get this now: Alexandrus-MacBook-Pro-2:test123 alexcrisan$ npm i -g gulp gulp-cli npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gulp-cli npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gulp npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gulp/node_modules npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules npm ERR! path /usr/local/lib/node_modules/gulp-cli npm ERR! code EACCES npm ERR! errno -13 npm ERR! syscall access
– AC_DCEDH
Dec 28 '18 at 16:17
Did you uninstall npm and delete these folders before installing Node and npm again? This is still a perission issue with npm like before.
– Daniel Ruf
Dec 28 '18 at 17:20
|
show 7 more comments
You have to install gulp and gulp-cli globally.
npm i -g gulp gulp-cli
I got like 3 pages of errors after typing that in. This is the first one: node-pre-gyp WARN Pre-built binaries not installable for fsevents@1.2.4 and node@11.5.0 (node-v67 ABI, unknown) (falling back to source compile with node-gyp) node-pre-gyp WARN Hit error EACCES: permission denied, mkdir '/usr/local/lib/node_modules/gulp/node_modules/fsevents/lib/binding/Release/node-v67-darwin-x64' gyp ERR! clean error gyp ERR! stack Error: EACCES: permission denied, rmdir 'build' gyp ERR! System Darwin 18.2.0
– AC_DCEDH
Dec 28 '18 at 14:38
This means that you havd once installed npm with sudo or something else has changed the owners. sudo should have never be used as this produces such issues. Either uninstall npm and node and reinstall without sudo, change / check the owners (user & group) of the paths or try it withsudo npm i ...
but I do not recommend tbis.
– Daniel Ruf
Dec 28 '18 at 14:59
Also it's better to use Node.js 10 which is one of the LTS branches.
– Daniel Ruf
Dec 28 '18 at 15:00
Thanks, I uninstalled Node and put on 10.15 - I get this now: Alexandrus-MacBook-Pro-2:test123 alexcrisan$ npm i -g gulp gulp-cli npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gulp-cli npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gulp npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gulp/node_modules npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules npm ERR! path /usr/local/lib/node_modules/gulp-cli npm ERR! code EACCES npm ERR! errno -13 npm ERR! syscall access
– AC_DCEDH
Dec 28 '18 at 16:17
Did you uninstall npm and delete these folders before installing Node and npm again? This is still a perission issue with npm like before.
– Daniel Ruf
Dec 28 '18 at 17:20
|
show 7 more comments
You have to install gulp and gulp-cli globally.
npm i -g gulp gulp-cli
You have to install gulp and gulp-cli globally.
npm i -g gulp gulp-cli
answered Dec 27 '18 at 22:57
Daniel Ruf
4,20873691
4,20873691
I got like 3 pages of errors after typing that in. This is the first one: node-pre-gyp WARN Pre-built binaries not installable for fsevents@1.2.4 and node@11.5.0 (node-v67 ABI, unknown) (falling back to source compile with node-gyp) node-pre-gyp WARN Hit error EACCES: permission denied, mkdir '/usr/local/lib/node_modules/gulp/node_modules/fsevents/lib/binding/Release/node-v67-darwin-x64' gyp ERR! clean error gyp ERR! stack Error: EACCES: permission denied, rmdir 'build' gyp ERR! System Darwin 18.2.0
– AC_DCEDH
Dec 28 '18 at 14:38
This means that you havd once installed npm with sudo or something else has changed the owners. sudo should have never be used as this produces such issues. Either uninstall npm and node and reinstall without sudo, change / check the owners (user & group) of the paths or try it withsudo npm i ...
but I do not recommend tbis.
– Daniel Ruf
Dec 28 '18 at 14:59
Also it's better to use Node.js 10 which is one of the LTS branches.
– Daniel Ruf
Dec 28 '18 at 15:00
Thanks, I uninstalled Node and put on 10.15 - I get this now: Alexandrus-MacBook-Pro-2:test123 alexcrisan$ npm i -g gulp gulp-cli npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gulp-cli npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gulp npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gulp/node_modules npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules npm ERR! path /usr/local/lib/node_modules/gulp-cli npm ERR! code EACCES npm ERR! errno -13 npm ERR! syscall access
– AC_DCEDH
Dec 28 '18 at 16:17
Did you uninstall npm and delete these folders before installing Node and npm again? This is still a perission issue with npm like before.
– Daniel Ruf
Dec 28 '18 at 17:20
|
show 7 more comments
I got like 3 pages of errors after typing that in. This is the first one: node-pre-gyp WARN Pre-built binaries not installable for fsevents@1.2.4 and node@11.5.0 (node-v67 ABI, unknown) (falling back to source compile with node-gyp) node-pre-gyp WARN Hit error EACCES: permission denied, mkdir '/usr/local/lib/node_modules/gulp/node_modules/fsevents/lib/binding/Release/node-v67-darwin-x64' gyp ERR! clean error gyp ERR! stack Error: EACCES: permission denied, rmdir 'build' gyp ERR! System Darwin 18.2.0
– AC_DCEDH
Dec 28 '18 at 14:38
This means that you havd once installed npm with sudo or something else has changed the owners. sudo should have never be used as this produces such issues. Either uninstall npm and node and reinstall without sudo, change / check the owners (user & group) of the paths or try it withsudo npm i ...
but I do not recommend tbis.
– Daniel Ruf
Dec 28 '18 at 14:59
Also it's better to use Node.js 10 which is one of the LTS branches.
– Daniel Ruf
Dec 28 '18 at 15:00
Thanks, I uninstalled Node and put on 10.15 - I get this now: Alexandrus-MacBook-Pro-2:test123 alexcrisan$ npm i -g gulp gulp-cli npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gulp-cli npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gulp npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gulp/node_modules npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules npm ERR! path /usr/local/lib/node_modules/gulp-cli npm ERR! code EACCES npm ERR! errno -13 npm ERR! syscall access
– AC_DCEDH
Dec 28 '18 at 16:17
Did you uninstall npm and delete these folders before installing Node and npm again? This is still a perission issue with npm like before.
– Daniel Ruf
Dec 28 '18 at 17:20
I got like 3 pages of errors after typing that in. This is the first one: node-pre-gyp WARN Pre-built binaries not installable for fsevents@1.2.4 and node@11.5.0 (node-v67 ABI, unknown) (falling back to source compile with node-gyp) node-pre-gyp WARN Hit error EACCES: permission denied, mkdir '/usr/local/lib/node_modules/gulp/node_modules/fsevents/lib/binding/Release/node-v67-darwin-x64' gyp ERR! clean error gyp ERR! stack Error: EACCES: permission denied, rmdir 'build' gyp ERR! System Darwin 18.2.0
– AC_DCEDH
Dec 28 '18 at 14:38
I got like 3 pages of errors after typing that in. This is the first one: node-pre-gyp WARN Pre-built binaries not installable for fsevents@1.2.4 and node@11.5.0 (node-v67 ABI, unknown) (falling back to source compile with node-gyp) node-pre-gyp WARN Hit error EACCES: permission denied, mkdir '/usr/local/lib/node_modules/gulp/node_modules/fsevents/lib/binding/Release/node-v67-darwin-x64' gyp ERR! clean error gyp ERR! stack Error: EACCES: permission denied, rmdir 'build' gyp ERR! System Darwin 18.2.0
– AC_DCEDH
Dec 28 '18 at 14:38
This means that you havd once installed npm with sudo or something else has changed the owners. sudo should have never be used as this produces such issues. Either uninstall npm and node and reinstall without sudo, change / check the owners (user & group) of the paths or try it with
sudo npm i ...
but I do not recommend tbis.– Daniel Ruf
Dec 28 '18 at 14:59
This means that you havd once installed npm with sudo or something else has changed the owners. sudo should have never be used as this produces such issues. Either uninstall npm and node and reinstall without sudo, change / check the owners (user & group) of the paths or try it with
sudo npm i ...
but I do not recommend tbis.– Daniel Ruf
Dec 28 '18 at 14:59
Also it's better to use Node.js 10 which is one of the LTS branches.
– Daniel Ruf
Dec 28 '18 at 15:00
Also it's better to use Node.js 10 which is one of the LTS branches.
– Daniel Ruf
Dec 28 '18 at 15:00
Thanks, I uninstalled Node and put on 10.15 - I get this now: Alexandrus-MacBook-Pro-2:test123 alexcrisan$ npm i -g gulp gulp-cli npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gulp-cli npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gulp npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gulp/node_modules npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules npm ERR! path /usr/local/lib/node_modules/gulp-cli npm ERR! code EACCES npm ERR! errno -13 npm ERR! syscall access
– AC_DCEDH
Dec 28 '18 at 16:17
Thanks, I uninstalled Node and put on 10.15 - I get this now: Alexandrus-MacBook-Pro-2:test123 alexcrisan$ npm i -g gulp gulp-cli npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gulp-cli npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gulp npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gulp/node_modules npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules npm ERR! path /usr/local/lib/node_modules/gulp-cli npm ERR! code EACCES npm ERR! errno -13 npm ERR! syscall access
– AC_DCEDH
Dec 28 '18 at 16:17
Did you uninstall npm and delete these folders before installing Node and npm again? This is still a perission issue with npm like before.
– Daniel Ruf
Dec 28 '18 at 17:20
Did you uninstall npm and delete these folders before installing Node and npm again? This is still a perission issue with npm like before.
– Daniel Ruf
Dec 28 '18 at 17:20
|
show 7 more comments
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53947076%2fnpm-start-errors-and-failure-to-load-modules-for-foundation-emails-project%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown