Caleb White
Caleb White
Hello! I'm running Pop!_OS 22, which is based on Ubuntu 22.
Yes, at least on the first start.
Also, NPM already searches the following GLOBAL paths: ``` Additionally, Node.js will search in the following list of GLOBAL_FOLDERS: 1: $HOME/.node_modules 2: $HOME/.node_libraries 3: $PREFIX/lib/node ``` However, explicitly setting the...
It looks like it's installed there: ``` $ ll /usr/lib/node_modules/ total 44K drwxr-xr-x 11 root root 4.0K Jan 27 11:46 ./ drwxr-xr-x 129 root root 4.0K Jan 24 09:07 ../...
@joseph-d, this happened the first time running the command
Hmmm...I'll take another look---however, this feels very brittle and should probably still be fixed
Well the command completes, but is unable to start the network---likely because I'm using a reverse proxy: ```yml version: "3.9" services: app: container_name: "app" build: context: ./docker args: - DOCKER_IMAGE_VERSION=${DOCKER_IMAGE_VERSION:-latest}...
@kra8 > Unfortunately, I don't have the time to continue maintaining this package at the moment. I just published a new package that integrates quite well into Laravel and uses...
Note that running tests in a Docker container will need relative paths instead of absolute ones...not sure which is used.
`sail` is just a wrapper around `docker exec` which runs the test inside the docker container. You still need to pass relative paths to `sail` or it won't work