Dylan

Results 4 comments of Dylan

I spent HOURS trying to solve this issue: When running npm start ``` ERROR in ./node_modules/scrypt/index.js Module not found: Error: Can't resolve './build/Release/scrypt' in 'C:\Users\dylan\Documents\Workspace\project\node_modules\scrypt' @ ./node_modules/scrypt/index.js 3:19-52 @ ./node_modules/scrypt.js/node.js...

Thanks @ml1nk But if this repo isn't being maintained anymore than **npm install scrypt** should be updated to point to an up to date version

The changes in #144 worked for me

Closed #1949 and moved here ### Steps to reproduce When using [recast](https://www.npmjs.com/package/recast) to parse, it fails on a [spread syntax](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax) object. ```js query = { ...query, // FAILS here, line...