liferay / liferay-theme-tasks

A set of tasks for building and deploying Liferay Portal themes.
18 stars 24 forks source link

npm install not working under windows #28

Closed tmair closed 8 years ago

tmair commented 8 years ago

The shrinkwrapping broke the installation of the module in environments other than macos x.

The shrinkwrap file contains the fsevents module which will then be installed on windows and breaks the installation process.

This seems to be the problem discussed in https://github.com/npm/npm/issues/6801 and https://github.com/npm/npm/issues/2679

trevor-ryan-burkholder commented 8 years ago

+1

robframpton commented 8 years ago

Hi @tmair

Thanks for reporting the issue, fixed with v1.3.3. npm3 was improperly shrinkwraping devDependencies, should be fine now.