lib/index.d.ts file on npm contains a node_modules path for unist-util-is dependency #6
Closed
4 tasks done
Labels
💪 phase/solved
Post is done
Initial checklist
Affected package
[email protected]
Steps to reproduce
The following example is a vanilla TS project running the example from this repo's
README.md
. The error is encountered when trying to build the project withnpm run build
.https://stackblitz.com/edit/vitejs-vite-a7aqha48?file=src%2Fmain.ts
ctrl + c
in terminal to stop vite dev server.npm run build
to view error.Actual behavior
The following error is observed after running
npm run build
in the terminal on the Stackblitz link above.Expected behavior
Running
npm run build
inunist-util-find-before
repository produces the following online:14
oflib/index.d.ts
.The
npm
version of this file contains a path online:14
.https://www.npmjs.com/package/unist-util-find-before?activeTab=code
Runtime
[email protected]
Package manager
[email protected]
Operating system
macOS Sequoia 15.1
Build and bundle tools
Vite
The text was updated successfully, but these errors were encountered: