Ajay Narain Mathur

Results 16 comments of Ajay Narain Mathur
trafficstars

@Noviny Need help. I am unable to get the website started not. It shows error as: ``` ERROR in ../packages/extract-react-types/src/index.js Module build failed (from ../node_modules/babel-loader/lib/index.js): SyntaxError: /Users/amathur/workspace/extract-react-types/packages/extract-react-types/src/index.js: Support for the...

Yeah, we can download and store data even for "SCHEDULED" and provide a flag to include them in history and calculation.

Half way through, I realised we cannot move logic to get symlinks/ and validate for bin before install as it we don't know bin (s) until they are installed.. Should...

Following are the validation for bin 1. ```js pathIsInside(actualBinFile, project.pkg.nodeModules)` ``` 2. ```js if (!actualBinFileRelative) { throw new BoltError('${binName} is not a symlink'); } ``` There is a comment on...

@MarshallOfSound Reproducible example repository shared in the issue: https://github.com/kireerik/refo from this [comment](https://github.com/boltpkg/bolt/issues/207#issuecomment-449865671)

Hey @kireerik , can also push a minimal reproducible example repository? It will be easier for me to debug and understand the issue. 🙂

@kireerik Thanks for sharing the repository. It is taking time since I do not have access to any windows machine at home at the moment. All my friends are travelling...

Hey @Quadriphobs1 , Can you create a minimum reproducible example? That will defiantly help us understand the issue better, 🙂

@Quadriphobs1 So, if I have got it correct. Issue was with the bolt that you had globally installed. Does reinstalling it( instead of linking the local repo ) resolve the...

@Quadriphobs1 Globally installed bolt should work fine. I am using it in multiple projects. Do you mind pushing your repository code so that I can clone it in local and...