You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node 4.4.3 on AMI Linux (AWS Beanstalk) when installing node mapnik 3.5.13. Worked finewith Node 0.12.5 and node mapnik 3.4.5
SSH to the directiory under ec2-user and re-running the command "/opt/elasticbeanstalk/node-install/node-v4.4.3-linux-x64/bin/node" "/opt/elasticbeanstalk/node-install/node-v4.4.3-linux-x64/bin/npm" "install" "node-pre-gyp" has it install without problem.
I have a feeling this may be an amazon problem more than a node-pre-gyp, but any help is appreciated. I have verified I haven't deployed with my node_modules folder as others with the same error have said to try.
One reason why I think this may be node-pre-gyp related is a google of the issue mostly points to this module. Also upon inspecting /tmp/.npm/ I see all the other modules which installed fine, so if it was a permission issue how come they were able to install into that directory without issue but node-pre-gyp fails, not sure.
The text was updated successfully, but these errors were encountered:
Node 4.4.3 on AMI Linux (AWS Beanstalk) when installing node mapnik 3.5.13. Worked finewith Node 0.12.5 and node mapnik 3.4.5
SSH to the directiory under ec2-user and re-running the command
"/opt/elasticbeanstalk/node-install/node-v4.4.3-linux-x64/bin/node" "/opt/elasticbeanstalk/node-install/node-v4.4.3-linux-x64/bin/npm" "install" "node-pre-gyp"
has it install without problem.I have a feeling this may be an amazon problem more than a node-pre-gyp, but any help is appreciated. I have verified I haven't deployed with my node_modules folder as others with the same error have said to try.
One reason why I think this may be node-pre-gyp related is a google of the issue mostly points to this module. Also upon inspecting
/tmp/.npm/
I see all the other modules which installed fine, so if it was a permission issue how come they were able to install into that directory without issue but node-pre-gyp fails, not sure.The text was updated successfully, but these errors were encountered: