-
After installing the gren compiler from source, I get ParseProblem errors when running e.g. `gren init`.
For now I'll try installing from npm instead, and see if that works.
## Error message(s)
`…
-
also not as simple as it looks...
-
### Environment information
```plain text
System:
OS: macOS 15.0
CPU: (8) arm64 Apple M1 Pro
Memory: 141.11 MB / 16.00 GB
Shell: /bin/zsh
Binaries:
Node: 20.10.0 - ~/.nvm/versions/…
-
Hi,
with the following configuration, start-server-and-test isn't able to run (maybe even parse arguments).
```
"scripts": {
"dev": "cross-env NODE_ENV=development webpack",
"build":…
-
I am looking to pass `stage` argument from `npm` script to `lerna` which will call `npm` script in each of the packages.
Here's what it looks like:
In deploy.sh, I run:
npm run deploy:…
-
Beginning with solara 1.35.1 I encounter a javascript error when using `solara run ...` , including for this script pulled from the solara documentation
```
"""# Interactive sine wave
This ex…
-
I found some approaches in https://stackoverflow.com/questions/49123885/:
* `GENERATE_SOURCEMAP=false npm run build`
* `npm run build --nomaps`
But as I see in https://github.com/annpryshchepa/tr…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### This issue exists in the latest npm version
- [X] I am using the latest npm
### Current Behavior
Scoped pack…
-
> ts-node .erb/scripts/check-native-dep.js && electron-builder install-app-deps && npm run build:dll
Webpack does not work with native dependencies.
flowbite-react is a native dependency and sh…
-
.travis.yml containing the following:
```
jobs:
include:
- name: "Test OpenAPI Spec"
language: node_js
node_js: lts/*
before_install:
install:
- npm ci
script:
…