onurmenal / crm-power-pane

The CRM Power Pane is a helper tool designed to integrate with Microsoft Dynamics CRM application and allow you to manipulate forms or perform actions faster throughout the Microsoft Dynamics CRM application .
MIT License
69 stars 25 forks source link

'npm run build-chrome' not working #69

Closed alikrc closed 5 years ago

alikrc commented 5 years ago

Describe the bug After cloning and running npm install. When i try to build the source i get the following error:

src\node_contextify.cc:628: Assertion `args[1]->IsString()' failed.

Environment Windows 10

image

mehmetseckin commented 5 years ago

Good catch! Could you please share your node.js, gulp and npm versions?

Apparently this is a known issue with Windows and node v10 discussed at gulpjs/gulp#2162. There is a suggested workaround, does this work for you? If so, we can add a resolution to our package.json.

alikrc commented 5 years ago

Hi, I deleted node_modules dir and package-lock.json in project directory. After using the commands, it worked.

npm cache clean --force npm install

Versions: node -v -> v10.10.0 npm -v -> 6.4.1 gulp not installed globally

mehmetseckin commented 5 years ago

I've updated the package-lock.json file, so this shouldn't be a problem anymore. Thanks for the heads up!