Skip to content

bin/vite binstub does not work as expected (was not generated by bundler error) #75

Answered by ElMassimo
vfonic asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Viktor!

This is not desirable behavior and should not be a recommended solution.

Although bundler might suggest running bundle binstubs bundler --force, that's not part of the recommended installation process—the documentation never mentions running bundle binstubs.

The bin/vite binstub is generated during the installation process by running bundler.

If there is a problem in the application's bundler setup, you can always run bundle exec vite instead.


If you would like to get help solving this issue, please use a friendlier tone, and provide additional information, such as your Bundler version, the content of bin/vite, and the result of bundle config list.

Check that bin/bundle is a…

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by ElMassimo
Comment options

You must be logged in to vote
1 reply
@ElMassimo
Comment options

Comment options

You must be logged in to vote
4 replies
@ElMassimo
Comment options

@vfonic
Comment options

@ElMassimo
Comment options

@templeman15
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #74 on May 07, 2021 15:10.