FoundationPress icon indicating copy to clipboard operation
FoundationPress copied to clipboard

problem on npm install

Open brunubarbosa opened this issue 6 years ago • 4 comments

How can this bug be reproduced? start the aplication

What did you expect to happen? the start aplication work What happened instead? um erro ao invéz de começar minha aplicação Please List the Following:

  • OS & version: windows 10
  • Node version (node -v) [Node v4+ is required] : v10.13.0
  • FoundationPress version (see line 3 in package.json): "version": "1.0.0"
  • Foundation version (found in node_modules/foundation-sites/package.json) : _from": "foundation-emails@^2.2.1"

Include Test Case (if applicable):

I'm having this issue on npm install: https://pastebin.com/G1acmj3P I've try all but without success. I'm sorry if I made a mistake while filling out this form. I will be very happy if anyone can help me!

brunubarbosa avatar Nov 12 '18 00:11 brunubarbosa

Give this a try https://github.com/olefredrik/FoundationPress/issues/1320#issuecomment-433241546

mark1187 avatar Nov 14 '18 17:11 mark1187

Thanks for answer Mark! I've already seen this and when solved this error I start get this another error

brunubarbosa avatar Nov 15 '18 01:11 brunubarbosa

Try to update node-sass and rebuild, also gulp-sass to latest

mattbag avatar Nov 20 '18 06:11 mattbag

gyp info using [email protected] | win32 | x64

This is probably your problem. Node should not exceed v6.11.x according to the installation instructions.

Also, I found gulp-cli needs to be installed globally otherwise you pick up errors during installation.

FlatspinZA avatar Nov 26 '18 18:11 FlatspinZA