Open justinhartman opened 6 years ago
The buffer-indexof
project was last updated on 22 August 2017 and that was hardly a commit worth noting. In truth, the last major change to the code happened on 1 September 2016 which was over 2 years ago.
I'm very worried that this package is basically dead. I don't know if you guys reference this project in your app directly, or if it forms part of another package's dependency, but I would recommend looking to move away from package. I can't see anything happening with this project in the future. EDIT: I discovered it is a dependency of dns-txt
which was, last updated 3 years ago...
Describe the bug
I have been trying to run
npm install
(as well asnpm run dev
) on a fresh Laravel & Grafite CMS installation but continuously run into a NPMUnexpected end of JSON input while parsing near '...:false,"directories":'
error for the buffer-indexof package. I am therefore unable to finalise the setup of Grafite CMS because NPM refuses to install whatever dependencies there may be.To Reproduce
In a terminal window run the following commands. I've tried it in two different projects and the same error is reproduced every time.
Expected behavior
I don't know what I should be seeing when running
npm install
but I certainly do not expect to see errors. This is a show-stopper.Terminal Output
After running
php artisan grafite:cms-setup
the following is outputted:This is expected. Now, when running
npm install
this is the error output:This is the key take-out from the
debug.log
file below. You can view the full debug log file here.You can view my composer.json file here.
Desktop (please complete the following information):
10.13.6
v8.11.3
6.4.1
17.7.0
1.6.5
7.2.7
5.7.6